The Imagick class
PHP Manual

Imagick::pingImage

(PECL imagick 2.0.0)

Imagick::pingImageFetch basic attributes about the image

Descripción

bool Imagick::pingImage ( string $filename )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

This method can be used to query image width, height, size, and format without reading the whole image in to memory.

Lista de parámetros

filename

The filename to read the information from.

Valores retornados

Returns TRUE on success.


The Imagick class
PHP Manual